home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / UNIX2DOS / UNIX2DOS.DOC next >
Text File  |  1993-10-20  |  3KB  |  77 lines

  1. * File Name:        UNIX2DOS.DOC
  2. * Date:            20 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for UNIX2DOS.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            UNIX2DOS.PAS
  14. Version:            1
  15. Release:            10
  16. Date:                20 September 1993
  17. History:            Written for internal use of author
  18.  
  19.  
  20. ------------------- Part 2 (General) -------------------------------------
  21.  
  22. Responsibility:            no specified
  23. Supply order:            no specified
  24. Purpose:            formats converter
  25. Area of usage:            utility program for OS
  26. Common knowledges:        no specified
  27. Problem description:        translate the UNIX style-formatted manuals
  28.                 to standard PC text format (63 lines on page)
  29. Additional knowledges:        no specified
  30. Agreements and terminology:    standard IBM PC terminology
  31. Algorithms and principles:    described in source code
  32. Function:            single
  33. Characteristics:        application (utility),
  34.                 special class (converters)
  35. Restrictions:            (1) Intel computer architecture only 
  36.                 (2) see hardware/software requirements
  37. Errors processing:        described in source code
  38. Data safety/protection:        described in source code
  39. Data for application:        input:  text file (any UNIX manual)
  40.                 output:    text file (DOS format)
  41. Programming language:        Turbo Pascal (Version 6.0+)
  42. Instructions to compile:    TPC  unix2dos.pas , where
  43.                 TPC is a Turbo Pascal command-line compiler
  44. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  45.                 other:         no specified
  46. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  47.                 memory:    minimum 128 Kbytes
  48.                 other:     no specified
  49. Example to run:            unix2dos.exe in.unx out.dos , where
  50.                 <in.unx>   -> input filename
  51.                 <out.dos>  -> output filename
  52. Miscellaneous:            none specified
  53.  
  54.  
  55. ------------------- Part 3 (Technical) -----------------------------------
  56.  
  57. Terminolgy and agreements:    no specified
  58. Program structure:        single module
  59. Program listing:        source code available
  60. Data techical description:    no specified
  61. Control commands:        no specified
  62. Work methods:            batch mode
  63. Messages:            described in source code
  64. Setup:                no required
  65. Adaptation:            no specified
  66. Tests:                no specified
  67. Service:            no specified
  68.  
  69.  
  70. ------------------- Part 4 (Miscellaneous) -------------------------------
  71.  
  72. Guarantee:            read license agreement
  73. Changes to source code:        read license agreement
  74. Serial number:            no specified
  75. Price:                read license agreement
  76. Other:                nothing
  77.